1) Install MySQL 3.22.x database.
2) Run the SQL commands in create_db_objects.sql to create database objects.
mysql -u root < create_db_objects.sql
3) Change the values of variables of common.inc file, to reflect the 
installation environment.
4) Copy *.htm/ *.php/*.inc to the home directory of web server.
4) The main page for end users is $DOCROOT/default.htm
5) The main page for administratror is $DOCROOT/admin.htm
